Description
Fires before rendering a specific Customizer section. The dynamic portion of the hook name, `$this->id`, refers to the ID of the specific Customizer section to be rendered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-section.php | 313 |
PHP Doc
/**
* Fires before rendering a specific Customizer section.
*
* The dynamic portion of the hook name, `$this->id`, refers to the ID
* of the specific Customizer section to be rendered.
*
* @since 3.4.0
*/